home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / Cookie / Source / CookieFileListView.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  233 b   |  17 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/ScrollView.h>
  5. #import <objc/List.h>
  6. #import <appkit/Matrix.h>
  7.  
  8. @interface CookieFileListView:ScrollView
  9. {
  10.     id DocMatrix;
  11. }
  12.  
  13. - syncView :(List *)mylist;
  14. - (Matrix *)matrix;
  15.  
  16. @end
  17.